Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRootBlock<T> Class / LocalToDocumentView Method
hint logical page


In This Topic
    LocalToDocumentView Method (NRootBlock<T>)
    In This Topic
    Converters a point from local coordinate to paged coordinate
    Syntax
    'Declaration
     
    
    Public MustOverride Function LocalToDocumentView( _
       ByVal point As NPoint, _
       ByRef logicalPage As NBlock _
    ) As NPoint
    'Usage
     
    
    Dim instance As NRootBlock(Of T)
    Dim point As NPoint
    Dim logicalPage As NBlock
    Dim value As NPoint
     
    value = instance.LocalToDocumentView(point, logicalPage)
    public abstract NPoint LocalToDocumentView( 
       NPoint point,
       ref NBlock logicalPage
    )

    Parameters

    point
    logicalPage
    hint logical page
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also